Skip to content

Comments

Docs v2#758

Open
DeveloperAlly wants to merge 389 commits intomainfrom
docs-v2
Open

Docs v2#758
DeveloperAlly wants to merge 389 commits intomainfrom
docs-v2

Conversation

@DeveloperAlly
Copy link
Collaborator

@DeveloperAlly DeveloperAlly commented Feb 20, 2026

Description

Switches the main branch docs experience to Docs V2 and brings in the new docs structure, navigation, automation, and contributor workflow updates needed to support it.

Type of Change

  • Bug fix (fixes an issue)
  • New content (adds new documentation)
  • Content update (improves existing content)
  • Style/formatting fix
  • Information architecture change
  • Other (please describe)

Other: Repository-wide Docs V2 migration and tooling/workflow updates.

Related Issues

Fixes #
Related to #

Changes Made

  • Repoints docs to the new Docs V2 structure and introduces extensive new/updated docs content across domains.
  • Adds/updates repo configuration and contributor tooling (including hooks, scripts, and workflow docs) to support Docs V2 maintenance.
  • Updates docs pipeline/workflows and supporting assets/data used to keep content current.

Testing

  • Tested locally with npm run dev
  • Verified all links work
  • Checked formatting and style
  • Reviewed against style guides
  • Screenshots (if UI changes)

Screenshots (if applicable)

N/A (large content and structure migration).

Checklist

  • My changes follow the style guides
  • I've reviewed the Component Library for available components
  • I've updated related pages if needed
  • I've checked for broken links
  • My changes are clear and easy to understand
  • I've tested locally
  • I've added/updated keywords and metadata if needed

Additional Notes

This PR is intentionally broad to land Docs V2 as the new primary docs baseline. Follow-up PRs can further refine content quality, link validation, and section-level polish.

DeveloperAlly and others added 30 commits January 19, 2026 22:08
Scripts in tools/, tasks/, and .githooks/ were tracked as
non-executable. Now all .sh files are properly executable.

Co-authored-by: Cursor <cursoragent@cursor.com>
DeveloperAlly and others added 2 commits February 21, 2026 13:37
Scripts were using hardcoded .git/hooks path which fails in worktrees
where .git is a file. Now uses git rev-parse --git-common-dir to find
the correct hooks directory in both regular repos and worktrees.

Co-authored-by: Cursor <cursoragent@cursor.com>
The pre-commit script had JavaScript-style /** ... */ comment block
which bash cannot parse. Converted to proper # comment style.

Co-authored-by: Cursor <cursoragent@cursor.com>
…ttierrc.yaml corruption

- Replace corrupted .prettierrc.yaml with .prettierrc (from v2/.prettierrc)
- Restore v2/.prettierrc MDX parser override (removed in 16f6ba0)
- Add .vscode/settings.json with files.associations and emmet config
- Add .vscode/extensions.json with recommended extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Docs:v2 v2 of Documentation Label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant